To begin, import SimPEG into ipython notebook as follows:
In [1]:
from SimPEG import *
from IPython.html.widgets import interactive
Step 1: Physical property distribution and the kernel function.
1.1 define kernel function (...add description)
1.2 define the model. (...add description)
Each datum can be expressed as the inner product of the kernel function and the model:
In [ ]: